aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/raw/[hash].js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/raw/[hash].js')
-rw-r--r--frontend/src/pages/raw/[hash].js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/raw/[hash].js b/frontend/src/pages/raw/[hash].js
index d0a66a7..a100b4b 100644
--- a/frontend/src/pages/raw/[hash].js
+++ b/frontend/src/pages/raw/[hash].js
@@ -1,5 +1,5 @@
import React from 'react';
-import resolvePaste from "../../http/useFetchPaste";
+import resolvePaste from "../../http/resolvePaste";
import {CodeLike} from "../../components/Common/mixins";
import styled from 'styled-components'